home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 December / PCWorld_2007-12_cd.bin / domacnost a kancelar / autoit / autoit-v3-setup.exe / Examples / Helpfile / ConsoleWrite.au3 < prev    next >
Text File  |  2007-09-08  |  147b  |  4 lines

  1. Local $var = "Test"
  2. ConsoleWrite("var=" & $var & @CRLF)
  3. ; Running this in a text editor which can trap console output should produce "var=Test"
  4.